.services-section {
    padding: 4rem 0;
}

.services-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.services-subtitle {
    font-style: italic;
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.process-subtitle{
    color: #666;
}

.services-description {
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
}

.services-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
.detailpartnersnutrifood-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.btn-green-download{
    background-color: #058737;
}
.btn-green-download:hover{
    background-color: #25ad55;
}